home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFUPDATESCRIPT / TFUPDATESCRIPT.txt
Encoding:
Text File  |  2004-12-18  |  1.6 KB  |  89 lines

  1. object fUpdateScript: TfUpdateScript
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Last Update Script'
  7.   ClientHeight = 176
  8.   ClientWidth = 388
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -9
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object CheckBox1: TCheckBox
  21.     Left = 8
  22.     Top = 72
  23.     Width = 97
  24.     Height = 17
  25.     Caption = 'Bold'
  26.     TabOrder = 0
  27.   end
  28.   object CheckBox2: TCheckBox
  29.     Left = 8
  30.     Top = 88
  31.     Width = 97
  32.     Height = 17
  33.     Caption = 'Italic'
  34.     TabOrder = 1
  35.   end
  36.   object CheckBox3: TCheckBox
  37.     Left = 8
  38.     Top = 104
  39.     Width = 97
  40.     Height = 17
  41.     Caption = 'Underline'
  42.     TabOrder = 2
  43.   end
  44.   object GroupBox1: TGroupBox
  45.     Left = 8
  46.     Top = 8
  47.     Width = 370
  48.     Height = 57
  49.     Caption = 'Text '
  50.     TabOrder = 3
  51.     object Edit1: TEdit
  52.       Left = 6
  53.       Top = 22
  54.       Width = 357
  55.       Height = 20
  56.       TabOrder = 0
  57.       Text = 'This page is last updated on '
  58.     end
  59.   end
  60.   object Button1: TButton
  61.     Left = 8
  62.     Top = 149
  63.     Width = 97
  64.     Height = 21
  65.     Caption = 'Ok'
  66.     Default = True
  67.     TabOrder = 4
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton
  71.     Left = 280
  72.     Top = 149
  73.     Width = 97
  74.     Height = 21
  75.     Caption = 'Cancel'
  76.     TabOrder = 5
  77.     OnClick = Button2Click
  78.   end
  79.   object ActionList1: TActionList
  80.     Left = 234
  81.     Top = 89
  82.     object CloseWindow: TAction
  83.       Caption = 'CloseWindow'
  84.       ShortCut = 27
  85.       OnExecute = CloseWindowExecute
  86.     end
  87.   end
  88. end
  89.